Skip to content

JBR-9823 Allow open zip files to be deleted on Windows - #579

Open
Ilia (k15tfu) wants to merge 1662 commits into
JetBrains:mainfrom
k15tfu:ik/JBR-9823.allow-open-zip-files-to-be-deleted-on-Windows
Open

JBR-9823 Allow open zip files to be deleted on Windows#579
Ilia (k15tfu) wants to merge 1662 commits into
JetBrains:mainfrom
k15tfu:ik/JBR-9823.allow-open-zip-files-to-be-deleted-on-Windows

Conversation

@k15tfu

Copy link
Copy Markdown
Contributor

No description provided.

It doesn't happen in any default implementation with default attribute classes, but some 3rd party implementations can do that.
A new behavior for java.io.File was introduced in commit 9477c70. For example, `new File("").exists()` returns true now, but it used to return false.
…ndow 7]

This lets awt_Win32GraphicsEnv.cpp SetProcessDPIAwareProperty() call Win7 specific ::SetProcessDPIAware() API func.

(cherry picked from commit 5e7a766090810d839f4352d06fc2812499d766f8)
(cherry picked from commit 7d1d43b)
(cherry picked from commit 2351382)
	-Increased rendering performance
	-Improved text rendering quality
	-Accelerated repainting during window resizing
	-Removed unnecessary fallback to GDI rendering
	-Eliminated unnecessary hardware limitations
Exclude VM error-reporting code that treats memory as a raw sequence of
bytes from address sanitizer checks. This is needed to only get true
reports when running tests against the --enable-asan build.

(cherry picked from commit 4c2085b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.