Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
burningtnt committed Sep 23, 2023
1 parent e8c9511 commit 5747535
Show file tree
Hide file tree
Showing 80 changed files with 1,717 additions and 1,578 deletions.
4 changes: 0 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ val javadocJar = tasks.create<Jar>("javadocJar") {

tasks.compileJava {
listOf(
"jdk.internal.jvmstat/sun.jvmstat.monitor",
"jdk.attach/sun.tools.attach"
).forEach { string ->
this.options.compilerArgs.add("--add-exports")
Expand All @@ -50,9 +49,6 @@ tasks.getByName("build") {
attributes(
"Main-Class" to "net.burningtnt.jstackmc.Main",
"Add-Opens" to listOf(
"java.base/java.lang",
"java.base/java.lang.reflect",
"jdk.internal.jvmstat/sun.jvmstat.monitor",
"jdk.attach/sun.tools.attach"
).joinToString(" ")
)
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified release/Jstack Minecraft/jre_Windows/bin/attach.dll
Binary file not shown.
Binary file not shown.
Binary file modified release/Jstack Minecraft/jre_Windows/bin/java.dll
Binary file not shown.
Binary file modified release/Jstack Minecraft/jre_Windows/bin/java.exe
Binary file not shown.
Binary file modified release/Jstack Minecraft/jre_Windows/bin/javaw.exe
Binary file not shown.
Binary file modified release/Jstack Minecraft/jre_Windows/bin/jimage.dll
Binary file not shown.
Binary file modified release/Jstack Minecraft/jre_Windows/bin/jli.dll
Binary file not shown.
Binary file modified release/Jstack Minecraft/jre_Windows/bin/keytool.exe
Binary file not shown.
Binary file modified release/Jstack Minecraft/jre_Windows/bin/msvcp140.dll
Binary file not shown.
Binary file modified release/Jstack Minecraft/jre_Windows/bin/net.dll
Binary file not shown.
Binary file modified release/Jstack Minecraft/jre_Windows/bin/nio.dll
Binary file not shown.
Binary file modified release/Jstack Minecraft/jre_Windows/bin/server/jvm.dll
Binary file not shown.
Binary file modified release/Jstack Minecraft/jre_Windows/bin/ucrtbase.dll
Binary file not shown.
Binary file modified release/Jstack Minecraft/jre_Windows/bin/vcruntime140.dll
Binary file not shown.
Binary file not shown.
Binary file modified release/Jstack Minecraft/jre_Windows/bin/verify.dll
Binary file not shown.
Binary file modified release/Jstack Minecraft/jre_Windows/bin/zip.dll
Binary file not shown.
29 changes: 3 additions & 26 deletions release/Jstack Minecraft/jre_Windows/conf/security/java.security
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
# the command line, set the key security.overridePropertiesFile
# to false in the master security properties file. It is set to true
# by default.
#
# If this properties file fails to load, the JDK implementation will throw
# an unspecified error when initializing the java.security.Security class.

# In this file, various security properties are set for use by
# java.security classes. This is where users can statically register
Expand Down Expand Up @@ -1355,29 +1358,3 @@ jdk.tls.alpnCharset=ISO_8859_1
# The default pattern value allows any object factory class specified by the reference
# instance to recreate the referenced object.
#jdk.jndi.object.factoriesFilter=*

#
# Policy for non-forwardable service ticket in a S4U2proxy request
#
# The Service for User to Proxy (S4U2proxy) Kerberos extension enables a middle service
# to obtain a service ticket to another service on behalf of a user. It requires that
# the user's service ticket to the first service has the forwardable flag set [1].
# However, some KDC implementations ignore this requirement and accept service tickets
# with the flag unset.
#
# If this security property is set to "true", then
#
# 1) The user service ticket, when obtained by the middle service after a S4U2self
# impersonation, is not required to have the forwardable flag set; and,
#
# 2) If a S4U2proxy request receives a KRB_ERROR of the KDC_ERR_BADOPTION error code
# and the ticket to the middle service is not forwardable, OpenJDK will try the same
# request with another KDC instead of treating it as a fatal failure.
#
# The default value is "false".
#
# If a system property of the same name is also specified, it supersedes the
# security property value defined here.
#
# [1] https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-sfu/bde93b0e-f3c9-4ddf-9f44-e1453be7af5a
#jdk.security.krb5.s4u2proxy.acceptNonForwardableServiceTicket=false
69 changes: 0 additions & 69 deletions release/Jstack Minecraft/jre_Windows/legal/java.base/COPYRIGHT

This file was deleted.

Loading

0 comments on commit 5747535

Please sign in to comment.