Skip to content

Commit

Permalink
Create stub for CDS.java (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
eklaDFF authored May 24, 2024
1 parent 629fbba commit e5d88e4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/classes/modules/java.base/jdk/internal/misc/CDS.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package jdk.internal.misc;

public class CDS {
public static void initializeFromArchive(Class<?> c){

}

public static long getRandomSeedForDumping(){
return 0L;
}
}

0 comments on commit e5d88e4

Please sign in to comment.