Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9a2f3cf

Browse filesBrowse files
author
hborders
committed
Removed OpenJDK-private field.
1 parent 3e9ab3b commit 9a2f3cf
Copy full SHA for 9a2f3cf

1 file changed

-7Lines changed: 0 additions & 7 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎JavaInJava/src/com/sun/max/unsafe/WithoutAccessCheck.java‎

Copy file name to clipboardExpand all lines: JavaInJava/src/com/sun/max/unsafe/WithoutAccessCheck.java
-7Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
import java.lang.reflect.*;
2424

25-
import sun.misc.*;
26-
2725
import com.sun.max.program.*;
2826

2927
/**
@@ -32,11 +30,6 @@
3230
* @author Bernd Mathiske
3331
*/
3432
public final class WithoutAccessCheck {
35-
public static final Unsafe unsafe = (Unsafe) getStaticField(Unsafe.class, "theUnsafe");
36-
37-
private WithoutAccessCheck() {
38-
}
39-
4033
private static Field findField(Class javaClass, String fieldName) {
4134
Class c = javaClass;
4235
while (c != null) {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.