src/java.base/share/native/libjava/jdk_util.c
changeset 54795 fd08f5a976e6
parent 48327 d2a837cf9ff1
--- a/src/java.base/share/native/libjava/jdk_util.c	Thu May 09 12:56:15 2019 -0400
+++ b/src/java.base/share/native/libjava/jdk_util.c	Thu May 09 12:04:20 2019 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -46,9 +46,4 @@
                         ((version_security & 0xFF) << 8)  |
                         (version_build & 0xFF);
     info->patch_version = version_patch;
-    info->thread_park_blocker = 1;
-    // Advertise presence of PostVMInitHook:
-    // future optimization: detect if this is enabled.
-    info->post_vm_init_hook_enabled = 1;
-    info->pending_list_uses_discovered_field = 1;
 }